SPlatform U0.2 Theme for U3
===

To enable the theme enter in the /core/config/theme folder
and edit the header.php and footer.php like this:

header.php -> <?php include("themes/<theme name>/header.theme.block.php"); ?>
replace with: <?php include("themes/sp-u0-2/header.theme.block.php"); ?>

footer.php -> <?php include("themes/<theme name>/footer.theme.block.php"); ?>
replace with: <?php include("themes/sp-u0-2/footer.theme.block.php"); ?>
